home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_ESMTP / TDLG_ESMTP.txt
Text File  |  2002-07-04  |  2KB  |  125 lines

  1. object Dlg_ESMTP: TDlg_ESMTP
  2.   Left = 334
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'ESMTP Server Authentication'
  6.   ClientHeight = 209
  7.   ClientWidth = 341
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 341
  23.     Height = 209
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object Bevel1: TBevel
  28.       Left = 16
  29.       Top = 164
  30.       Width = 301
  31.       Height = 2
  32.     end
  33.     object Label3: TLabel
  34.       Left = 16
  35.       Top = 16
  36.       Width = 68
  37.       Height = 13
  38.       Caption = 'Authentication'
  39.     end
  40.     object Bevel2: TBevel
  41.       Left = 92
  42.       Top = 24
  43.       Width = 225
  44.       Height = 2
  45.     end
  46.     object Label1: TLabel
  47.       Left = 40
  48.       Top = 104
  49.       Width = 46
  50.       Height = 13
  51.       Caption = 'A&ccount :'
  52.       FocusControl = E_SAccount
  53.     end
  54.     object Label2: TLabel
  55.       Left = 40
  56.       Top = 132
  57.       Width = 52
  58.       Height = 13
  59.       Caption = '&Password :'
  60.       FocusControl = E_SPassword
  61.     end
  62.     object BtnOK: TButton
  63.       Left = 72
  64.       Top = 176
  65.       Width = 89
  66.       Height = 25
  67.       Caption = 'OK'
  68.       Default = True
  69.       ModalResult = 1
  70.       TabOrder = 0
  71.     end
  72.     object BtnCancel: TButton
  73.       Left = 180
  74.       Top = 176
  75.       Width = 89
  76.       Height = 25
  77.       Cancel = True
  78.       Caption = 'Cancel'
  79.       ModalResult = 2
  80.       TabOrder = 1
  81.     end
  82.     object rbPop3: TRadioButton
  83.       Left = 24
  84.       Top = 44
  85.       Width = 289
  86.       Height = 17
  87.       Caption = '&Use the same information with POP3 Server'
  88.       TabOrder = 2
  89.       OnClick = rbPop3Click
  90.     end
  91.     object rbAuth: TRadioButton
  92.       Tag = 1
  93.       Left = 24
  94.       Top = 72
  95.       Width = 293
  96.       Height = 17
  97.       Caption = '&Authentication information'
  98.       Checked = True
  99.       TabOrder = 3
  100.       TabStop = True
  101.       OnClick = rbPop3Click
  102.     end
  103.     object E_SAccount: TEdit
  104.       Left = 120
  105.       Top = 100
  106.       Width = 185
  107.       Height = 21
  108.       TabOrder = 4
  109.     end
  110.     object E_SPassword: TEdit
  111.       Left = 120
  112.       Top = 128
  113.       Width = 185
  114.       Height = 21
  115.       PasswordChar = '*'
  116.       TabOrder = 5
  117.     end
  118.   end
  119.   object Language: TLanguage
  120.     LangCenter = DM_Language.LangCenter
  121.     Left = 272
  122.     Top = 36
  123.   end
  124. end
  125.